io/fs.subFS.shorten (method)

3 uses

	io/fs (current package)
		sub.go#L68: func (f *subFS) shorten(name string) (rel string, ok bool) {
		sub.go#L81: 		if short, ok := f.shorten(e.Path); ok {
		sub.go#L151: 		name, ok := f.shorten(name)